Component org.nuxeo.ecm.platform.annot.properties
In bundle org.nuxeo.ecm.annotations.client
Resolution Order
50
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.annot.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that enables the annotations also on text files
(when true), otherwise annotations are only available on images.
</documentation>
<property name="nuxeo.text.annotations">false</property>
</extension>
</component>